-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature - Validate Shelter Certificate #87
Conversation
|
||
Scenario: Validating a incorrect shelter certificate | ||
Given a shelter certificate associated with a shelter with name "test" with invalid information created by a shelter volunteer | ||
Then the admin with username "admin" and password "123456789" rejects the certificate validity associated with a shelter with name "test" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be a When and not a Then? And, accordingly, in the implementation of this step use the API to make some sort of update of the state of the certificate (beyond just reading it)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solved the feature definition and improved the step implementation.
No description provided.